PLOT_LINE

Modified on 2011/08/04 23:41 by Chad Lowe (CTS) — Categorized as: Uncategorized

PLOT_LINE( <value> )

PLOT_LINE( <value>, <linewidth>, <linecolor> )

PLOT_LINE( <value>, <linewidth>, <linecolor>, <linestyle> )



Draws a line plot of the value.

Function Parameters
ParameterDescription
<value>The value to plot.
<linewidth>The width or thickness to draw the line.
<linecolor>The color to draw the line.
<linestyle>The line style. This will be specified using the LineStyle lookup.



LineStyle Values
ValueDescription
LineStyle.SolidA solid line.
LineStyle.DashA dashed line.
LineStyle.DotA dotted line.



Back to the Scripting Function Reference